home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCONFIRMEXPORTDLG / TCONFIRMEXPORTDLG.txt
Text File  |  2005-06-02  |  1KB  |  65 lines

  1. object ConfirmExportDlg: TConfirmExportDlg
  2.   Left = 424
  3.   Top = 394
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exporter'
  6.   ClientHeight = 114
  7.   ClientWidth = 321
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object FilenameLbl: TLabel
  21.     Left = 64
  22.     Top = 16
  23.     Width = 249
  24.     Height = 57
  25.     AutoSize = False
  26.     Caption = '%'
  27.     WordWrap = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 16
  31.     Top = 16
  32.     Width = 32
  33.     Height = 32
  34.   end
  35.   object UpdateBtn: TButton
  36.     Left = 41
  37.     Top = 83
  38.     Width = 88
  39.     Height = 23
  40.     Caption = '&Mettre '#224' jour'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object OverwriteBtn: TButton
  46.     Left = 139
  47.     Top = 83
  48.     Width = 86
  49.     Height = 23
  50.     Caption = '&R'#233#233'crire'
  51.     ModalResult = 5
  52.     TabOrder = 1
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 236
  56.     Top = 83
  57.     Width = 73
  58.     Height = 23
  59.     Cancel = True
  60.     Caption = '&Annuler'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.   end
  64. end
  65.